Returns the index of the specified item if it is found in the collection.
public virtual int IndexOf(
)
'Declaration
Public Overridable Function IndexOf( _
ByVal As _
) As Integer
'Usage
Dim instance As RasterCollection(Of T)
Dim item As
Dim value As Integer
value = instance.IndexOf(item)
public virtual int IndexOf(
item
)
function Leadtools.RasterCollection.IndexOf(
item
)
public:
virtual int IndexOf(
)
Parameters
- item
- Object to test.
Return Value
The index of the specified item if it is found in the collection.